home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / makeboot / makeboot.man < prev    next >
Encoding:
Text File  |  1989-06-02  |  1.8 KB  |  50 lines

  1. '\" Copyright 1989 Regents of the University of California
  2. '\" Permission to use, copy, modify, and distribute this
  3. '\" documentation for any purpose and without fee is hereby
  4. '\" granted, provided that this notice appears in all copies.
  5. '\" The University of California makes no representations about
  6. '\" the suitability of this material for any purpose.  It is
  7. '\" provided "as is" without express or implied warranty.
  8. '\" 
  9. '\" $Header: /sprite/lib/forms/RCS/cmd.man,v 1.1 89/02/23 13:08:24 ouster Exp $ SPRITE (Berkeley)
  10. '/" 
  11. .so \*(]ltmac.sprite
  12. .HS makeboot admin
  13. .BS
  14. '\" Note:  do not modify the .SH NAME line immediately below!
  15. .SH NAME
  16. makeboot \- Strips a.out header off of bootstrap program
  17. .SH SYNOPSIS
  18. \fBmakeboot\fR [\fIoptions\fR] \fIbootFile [targetBootFile]\fR
  19. .SH OPTIONS
  20. .IP "\fB\-h \fIhostname\fR" 15
  21. Creates a boot file under the internet host address of the named host.
  22. .IP "\fB\-help\fR" 15
  23. Print a summary of the command-line options and exit.
  24. .BE
  25.  
  26. .SH DESCRIPTION
  27. .PP
  28. \fBMakeboot\fP copies a boot program and removes the a.out header
  29. as it does so.  The boot program is loaded by the PROM into memory
  30. and execution begins at word 0, so the a.out header must be removed.
  31. This program also knows where the boot program ought to be installed,
  32. so without the \fItargetBootFile\fP argument it will do the right thing.
  33. Typically \fBmakeboot\fP is used to install network boot programs.
  34. These are loaded by the PROM using TFTP, which looks in the
  35. standard boot directory.
  36.  
  37. .SH SEE ALSO
  38. installboot, which copies a disk boot program onto the disk
  39. header and strips the a.out header as it does so.
  40.  
  41. .SH FILES
  42. /sprite/boot    - Directory containing per-machine TFTP boot files.
  43. These are typically symbolic links to machine-dependent boot programs.
  44. .br
  45. /sprite/boot.$MACHINE    - Home for the machine dependent boot programs.
  46.  
  47. .SH KEYWORDS
  48. boot, a.out 
  49.  
  50.